You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > Statistics Class > Statistics Methods > Statistics.FFit Method
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
Statistics.FFit Method

Calculate parameter for Fisher-F distributed values.

Syntax
C#
Visual Basic
public static void FFit([In] TVec X, out int Nu1, out int Nu2, int MaxIter, double Tolerance);
Parameters 
Description 
[In] TVec X 
Stores data which is assumed to follow Fisher-F distribution. 
out int Nu1 
Return Fisher-F distribution parameter estimator Nu1. 
out int Nu2 
Return Fisher-F distribution parameter estimator Nu2. 
int MaxIter 
Maximum number of iterations needed for deriving a, b and d. 
double Tolerance 
Defines the acceptable tolerance for calculating a and b. 

RandomF

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!